home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="chrome://feedly/skin/overlay.css" type="text/css"?>
-
- <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:svg="http://www.w3.org/2000/svg">
-
- <script src="scripts/feedlyExBoot.js" />
-
- <toolbox id="navigator-toolbox">
- <toolbarpalette id="BrowserToolbarPalette">
- <toolbarbutton id="feedly-toolbar-button"
- class="toolbarbutton-1 chromeclass-toolbar-additional"
- label="feedly"
- oncommand="feedlyExBoot.onCommand(event);"
- insertafter="home-button"
- tooltiptext="feedly start page"
- />
- </toolbarpalette>
- </toolbox>
-
- <popupset id="mainPopupSet">
- <panel id="feedly-popup-panel" hidden="true" noautohide="false">
- <div xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <div id="feedly-popup"></div>
- <iframe id="feedly-popup-viewer" src="about:blank" />
- </div>
- </panel>
- </popupset>
-
- <hbox id="browser">
- <vbox id="feedly-sidebar-box" insertbefore="appcontent" hidden="true" style="min-width: 40px; width: 40px; max-width: 40px; border:0px; margin:0px; padding:0px">
- <browser id="feedly-sidebar" flex="1" autoscroll="false" disablehistory="true"
- style="min-width: 40px; width: 40px; max-width: 40px; border:0px; margin:0px; padding:0px"/>
- </vbox>
- </hbox>
-
- <hbox id="urlbar-icons">
- <image id="feedly-subscribe"
- src="chrome://feedly/content/boot/images/add.png"
- style="display:none;cursor:pointer"
- onclick="feedlyExBoot.onImageClick()"
- insertbefore="feed-button"
- tooltiptext="add this source to your feedly"
- />
- </hbox>
-
- </overlay>
-